home *** CD-ROM | disk | FTP | other *** search
/ Chronicles of Narnia, The…) (Electronic Press Kit) / Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin / bv_n_artwork.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as
Text File  |  2005-10-03  |  113b  |  8 lines

  1. on(release){
  2.    if(_root.barmark >= 1)
  3.    {
  4.       _root.barXtemp += 398;
  5.       _root.barmark -= 1;
  6.    }
  7. }
  8.